log/slog.handleState.sep (field)

11 uses

	log/slog (current package)
		handler.go#L242: 		state.sep = h.attrSep()
		handler.go#L244: 			state.sep = ""
		handler.go#L329: 		s.buf.WriteString(s.sep)
		handler.go#L331: 		s.sep = s.h.attrSep()
		handler.go#L333: 			s.sep = ""
		handler.go#L386: 	sep     string         // separator to write before next key
		handler.go#L401: 		sep:     sep,
		handler.go#L437: 		s.sep = ""
		handler.go#L455: 	s.sep = s.h.attrSep()
		handler.go#L538: 	s.buf.WriteString(s.sep)
		handler.go#L549: 	s.sep = s.h.attrSep()